ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Package Control

by Will Bond (wbond) ST3 Top 25

The Sublime Text package manager

Details

Installs

  • Total 25.09M
  • Win 15.89M
  • Mac 5.49M
  • Linux 3.71M
Nov 3 Nov 2 Nov 1 Oct 31 Oct 30 Oct 29 Oct 28 Oct 27 Oct 26 Oct 25 Oct 24 Oct 23 Oct 22 Oct 21 Oct 20 Oct 19 Oct 18 Oct 17 Oct 16 Oct 15 Oct 14 Oct 13 Oct 12 Oct 11 Oct 10 Oct 9 Oct 8 Oct 7 Oct 6 Oct 5 Oct 4 Oct 3 Oct 2 Oct 1 Sep 30 Sep 29 Sep 28 Sep 27 Sep 26 Sep 25 Sep 24 Sep 23 Sep 22 Sep 21 Sep 20 Sep 19
Windows 1315 979 984 1498 1614 1812 1633 1593 865 831 1347 1551 1584 1726 1694 862 986 1566 1698 1790 1717 1678 1055 1148 1609 1772 1405 1340 1277 868 891 1223 1284 1359 1601 1605 1166 942 1577 1685 1914 1938 1761 936 979 1626
Mac 497 269 299 553 673 677 637 686 281 280 548 631 663 691 641 296 305 530 682 660 681 695 294 354 578 714 626 604 607 300 303 512 530 637 703 689 404 302 587 680 669 678 748 332 308 636
Linux 290 340 283 429 409 423 430 421 327 311 432 450 387 446 451 329 344 437 440 447 451 439 356 329 383 428 414 409 404 315 311 359 414 396 418 415 311 309 396 420 419 405 437 321 300 359

Readme

Source
raw.​githubusercontent.​com

Package Control

The Sublime Text package manager. It allows users to find, install and keep packages up to date.

Installation

To install:

  • Open the command palette and type “Install Package Control”
  • or, use the menu Tools > Install Package Control

Until Package Control 4.0 is available via packagecontrol.io, call the following command from Sublime Text's console.

from urllib.request import urlretrieve;urlretrieve(url="https://github.com/wbond/package_control/releases/latest/download/Package.Control.sublime-package", filename=sublime.installed_packages_path() + '/Package Control.sublime-package')

Usage

All of the primary features of Package Control are exposed through the command palette.

To install a package:

  • Open the command palette
  • Type “Install Package”
  • Select a package from the list

For more features, see https://packagecontrol.io/docs/usage.

Documentation

The documentation for Package Control can be found at https://packagecontrol.io/docs.

Bug Reports

If you find a bug with Package Control, please follow the directions at https://packagecontrol.io/docs/issues to submit an issue.

License

Package Control is licensed under the MIT license.

Copyright (c) 2011-2023 Will Bond <will@wbond.net>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.